GtkApplicationWindow: Fix size-request logic
authorMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jan 2012 18:26:09 +0000 (13:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jan 2012 18:26:09 +0000 (13:26 -0500)
commiteced73c44176b657c9b621165be225422a9889e3
tree6b7cfeb5e3f176b285a6da066730b04f7331427e
parent7234a2617edbf109262859a2a4edd3a325664b77
GtkApplicationWindow: Fix size-request logic

When finding the width for a given height, we can pass the full
height to both the menubar and the content. Instead, give the
menubar its minimum height, and give the rest to the content.
gtk/gtkapplicationwindow.c